home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / managers / IFocusManagerComplexComponent.as < prev    next >
Encoding:
Text File  |  2008-10-29  |  235 b   |  11 lines

  1. package mx.managers
  2. {
  3.    public interface IFocusManagerComplexComponent extends IFocusManagerComponent
  4.    {
  5.       function assignFocus(param1:String) : void;
  6.       
  7.       function get hasFocusableContent() : Boolean;
  8.    }
  9. }
  10.  
  11.